home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFPROCEED / TFPROCEED.txt
Text File  |  1999-03-22  |  3KB  |  143 lines

  1. object FProceed: TFProceed
  2.   Left = 502
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Proceed With Call?'
  7.   ClientHeight = 215
  8.   ClientWidth = 330
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = -10
  22.     Top = 27
  23.     Width = 185
  24.     Height = 43
  25.     Alignment = taRightJustify
  26.     AutoSize = False
  27.     Caption = 'Your Account Balance is:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 6
  31.     Top = 66
  32.     Width = 168
  33.     Height = 46
  34.     Alignment = taRightJustify
  35.     AutoSize = False
  36.     Caption = 'You may speak for:'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 38
  40.     Top = 114
  41.     Width = 157
  42.     Height = 60
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = 'Do You Want To Place This Call?'
  46.   end
  47.   object SBalance: TEdit
  48.     Left = 184
  49.     Top = 23
  50.     Width = 122
  51.     Height = 21
  52.     TabStop = False
  53.     Color = clWhite
  54.     Ctl3D = True
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentCtl3D = False
  61.     ParentFont = False
  62.     ReadOnly = True
  63.     TabOrder = 0
  64.     Text = 'SBalance'
  65.   end
  66.   object STime: TEdit
  67.     Left = 182
  68.     Top = 63
  69.     Width = 125
  70.     Height = 21
  71.     TabStop = False
  72.     Color = clWhite
  73.     Ctl3D = True
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentCtl3D = False
  80.     ParentFont = False
  81.     ReadOnly = True
  82.     TabOrder = 1
  83.     Text = 'STime'
  84.   end
  85.   object BProceed: TButton
  86.     Left = 206
  87.     Top = 112
  88.     Width = 75
  89.     Height = 23
  90.     Caption = 'Yes'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 2
  98.     OnClick = BProceedClick
  99.     OnMouseDown = BProceedMouseDown
  100.   end
  101.   object BCancel: TButton
  102.     Left = 205
  103.     Top = 154
  104.     Width = 75
  105.     Height = 23
  106.     Caption = 'No'
  107.     Default = True
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 3
  115.     OnClick = BCancelClick
  116.   end
  117.   object SReply: TEdit
  118.     Left = 102
  119.     Top = 176
  120.     Width = 40
  121.     Height = 21
  122.     TabStop = False
  123.     Color = clWhite
  124.     Ctl3D = True
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clBlack
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentCtl3D = False
  131.     ParentFont = False
  132.     ReadOnly = True
  133.     TabOrder = 4
  134.     Text = 'SReply'
  135.   end
  136.   object ReplyTimer: TTimer
  137.     Enabled = False
  138.     OnTimer = ReplyTimerTimer
  139.     Left = 10
  140.     Top = 168
  141.   end
  142. end
  143.